Welcome![Sign In][Sign Up]
Location:
Search - Delphi 7.1

Search list

[Delphi VCLDelphi7database

Description: Delphi 7数据库开发 配套源代码,内含1-18章各示例代码!~-Delphi 7 Database Development supporting source code, containing the sample code chapter 1-18! ~
Platform: | Size: 676864 | Author: xy | Hits:

[SQL Serverxsherry_Cost_Code_2007

Description: 成本系统三层结构源码 开发工具:Delphi 7.0+SQLServer 2005 主要技术:Midas、COM+ 所用第三方控件: FastReport V2.47 D7 Inforpower 4000 D7 DevExpress DBTree V1.31 D7 ExpressQuantumGrid V3.22 D7 ExpressNavBar V1.18 D7 PicShow V4.05 D7 FormHints V2.9.1 D7 中间层的安装和数据库链接配置请参考说明文档(Server_Setup.mht)。 -Three-tier structure of the cost of the system-source development tools: Delphi 7.0+ SQLServer 2005 Main Technical: Midas, COM+ Used by third-party control: FastReport V2.47 D7Inforpower 4000 D7DevExpress DBTree V1.31 D7ExpressQuantumGrid V3.22 D7ExpressNavBar V1.18 D7PicShow V4. 05 D7FormHints V2.9.1 D7 middle-tier installation and configuration please refer to the link database documentation (Server_Setup.mht).
Platform: | Size: 1687552 | Author: nbaceo | Hits:

[Hook apiWord

Description: Word间谍程序+源代码平时我是一个很懒的人,所以期末考试总有或多或少的困难,嘿嘿,相信绝大多数的人每到期末前的一个月都很紧张的,我每到那时候就成天泡自习室,本科就这么过来了,呵呵。 一个偶然的机会我发现我导师喜欢在我们实验室的电脑上出期末考试题,如此我就开发了这个监视软件,接下来的我不说了。 本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。
Platform: | Size: 486400 | Author: lypdl | Hits:

[Delphi VCLfrydm

Description: 重庆飞尔代码,是飞尔原始代码,本套代码包含全部程序和注册文件代码以及配套的程序解密代码 可以使用Delphi 7 中文企业版进行程序编译和开发。-Chongqing Seoul flying code, source code is to fly Seoul, the sets of code that contains all the procedures and registration documents as well as ancillary procedures code decryption code can use Delphi 7 Enterprise Edition Chinese procedural compiler and development.
Platform: | Size: 6017024 | Author: 王磊 | Hits:

[Delphi VCLzbxe.1.0.2

Description: 软件的主要特点: 1.专门针对有\"验证码\"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有\"验证码\"要求的网站是每次打开一个网页就更新一个\"验证码\".) 3.利用\"自动注册\"功能注册的帐号进行循环发帖(或回复帖),让管理员无法屏蔽你的帐号/. 4.利用\"自动防屏蔽帖子内容\"的技术,在你要发布的帖子里随机插入一些空格或字符,(如:\"麻山论刀\",可以变成\"麻_ 山1论A刀\".) 5.但是为了维护网络环境的相对\"秩序\",我也限制了在一个网站发帖的速度不能快过每10秒钟1帖(实际这也很快了) 6.自动循环在您选择的各个网站上发帖(或回复,下同).在不同网站上发帖的速度不受限制.这就要看你电脑的速度和网速了.我最快的时候是在20个网站上各发一帖用时70秒! 7.为了防止网站管理员\"反灌水\".我重点加强了程序的\"分析网站\"功能,而且在程序\"分析\"之后.您还可以修改分析结果,以便更具有针对性.-err
Platform: | Size: 4463616 | Author: zgychat | Hits:

[Delphi VCLLZMA

Description: 这原本是delphi7的7-zip元件安装包, 我因为工作需要自己改成了在Lazarus平台上的安装包 用Lazarus打开newpackage.lpk Compile 后点install, Lazarus会重build ide, 完成后Lazarus会重新启动, 就可以在元件盘上看见新元件了-This was originally Delphi7 component of 7-zip installation package, I need to change because of the work of the Lazarus platform installation package with Lazarus opened newpackage.lpk Compile point after install, Lazarus will be re-build ide, after the completion of Lazarus will be restarted , you can see the new component drive components of the
Platform: | Size: 151552 | Author: sam.yen | Hits:

[ADO-ODBCStockSrc

Description: 读取股票资料与指标计算方法之封装 谨提供给有兴趣的新手作为练习之用(内含测试资料档) 其中有几个学习重点: (1)union record 的宣告方式 (2)预先宣告的方式与使用时机 (3)物件之继承关系 (4)以物件来作为资料之封装 (5) 函式之覆载方式(overload) (6) 资料搜寻方法(使用递回方式) (7)物件方法与介面方法 (8)事件处理成序之共用, 及来源之辨别( 使用 TComponent.Tag) (9) TStringGrid.Rows与TStrings以及 TStrings与CommaText之间的运用 -Read the stock data and indicators calculated on the package I would like made available to interested novices, as practice for use (inclusive of test data files), several of which focus on learning: (1) union record of the declaration of the way (2) pre-announcement with the use of the time (3) of the succession of object relations (4) object as a data package (5) function of the review contained manner (overload) (6) information search method (using recursive manner) (7) object methods and interface methods (8) handle into a sequence of events to share, and to identify sources (using TComponent.Tag) (9) TStringGrid.Rows and TStrings and TStrings, as well as between the use of CommaText
Platform: | Size: 124928 | Author: sam.yen | Hits:

[Delphi VCLlsuper_DynamicSkinForm.v9.15.For.Delphi.BCB

Description: 一款支持Delphi和C++ Builder的VCL控件,可以帮助你创建类似Winamp那样的具有Skins的程序。menus, buttons, trackbars, gauges, labels以及其他一些控件和对象都可以创建Skins 。Delphi 2005、Delphi 5,6,7和C++ Builder 5,6 均适用。-A support for Delphi and C++ Builder
Platform: | Size: 519168 | Author: jm | Hits:

[Delphi VCLTSComm

Description: 一个比较好的串口控件(delphi 7.0)-A better control serial (delphi 7.0)
Platform: | Size: 107520 | Author: 木百 | Hits:

[ELanguagebasic-ide-0.2.6.6-src

Description: IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables -IDE development environment, you can mount SDCCThe BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland ? Delphi ?. We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
Platform: | Size: 223232 | Author: 天下 | Hits:

[Delphi VCLProfDHTMLEdit_2.0.3.7

Description: Prof DHTML Edit 2.0.3.7 for delphi
Platform: | Size: 116736 | Author: mark | Hits:

[Delphi VCLDelphi7.0_8.0_al

Description: 本书的案例适合于在Microsft Windows 98操作系统和Microsft Windows XP操作系统中开发制作,如果你在Microsft Windows 98操作系统中安装Delphi 7.x,则请先参考后面的Delphi的安装与使用,但是如果你指定要在Microsft Windows XP操作系统中使用本书并进行案例制作,由于Microsft Windows XP操作系统对于一些非微软的应用程序需要进行驱动程序签名,否则Delphi一些程序将不可运行,因此你需要首先作如下一些操作: 在Microsft Windows XP操作系统中进行驱动程序签名的设置,其过程按如下顺序进行:控制面板――>系统属性――>驱动程序签名选项――>忽略-安装。 在进行了驱动程序签名设置之后,就可以象在Microsft Windows 98操作系统中安装和使用Delphi 7.x了。
Platform: | Size: 7366656 | Author: 李兆军 | Hits:

[Delphi VCLWebService

Description: 用Delphi实现Web Service的简单示例,在Delphi 7下编译通过,配备完整的开发说明。-Using Delphi to achieve a simple Web Service example, in Delphi 7 under the compiler is passed, with the development of a complete description.
Platform: | Size: 774144 | Author: lavenw | Hits:

[3D Graphic3d

Description: delphi中用GDI函数画出三维图形,带源码,在delphi 7 + Windows XP SP2下编译通过-delphi using GDI functions to draw three-dimensional graphics, with source code in delphi 7+ Windows XP SP2 under the compiler through
Platform: | Size: 165888 | Author: beggar | Hits:

[ERP-EIP-OA-Portalgongzuowangguanlixitong

Description: 为了开发出适用于中小型企业的通用人才管理软件。对于已备电脑等硬件设备而无人才管理软件的企业更能带来更高的收益。此人才管理软件主要应用了DELPHI 7和SQL。解决企业管理中的员工管理,可以方便的查询员工信息,对管理员设置了一定的权限,提高了本系统的安全性。-Developed in order to apply to small and medium-sized enterprises in general personnel management software. Has been prepared for the computer hardware without enterprise talent management software can lead to higher earnings. This talent management software, the main use of DELPHI 7 and SQL. Enterprise management solution to staff management, staff can easily query information, the administrator has set up a certain degree of authority, improve the system security.
Platform: | Size: 83968 | Author: 吴莹 | Hits:

[Delphi VCLocr

Description: 识别动网asp论坛的验证码 程序语言:delphi 7.0 作者:netdust 2007-12-4-Identification of actin forum asp net programming language code: delphi 7.0 Author: netdust 2007-12-4
Platform: | Size: 842752 | Author: 似的 | Hits:

[OS programCDKey

Description: 取得Windows的产品序列号,支持win2000/xp/2003/vista/2008,在delphi 7+Windows xp sp2下编译通过-Products made Windows serial number, support win2000/xp/2003/vista/2008, in delphi 7+ Windows xp sp2 adopted under the compiler
Platform: | Size: 175104 | Author: beggar | Hits:

[ADO-ODBCEhlib.v40

Description: EhLib 是一套非常优秀的第三方VCL Grid组件,相对于Delphi自身的DBGrid,它增加了很多功能,如: 1、Grid可显示为Flat、3D效果; 2、在表格底部显示合计行(可多行); 3、自动列标题排序,可自动显示排序标记; 4、日期列自动为DateTimePicker,Boolean列自动为CheckBox; 5、表格首行可显示查询行,自动筛选数据; 6、增加Grid数据查找对话框; 7、支持Grid打印,打印效果非常理想; 8、可将Grid数据导出至Excel、Word、Html、TXT; -EhLib is a very good third-party VCL Grid components, as opposed to Delphi s own DBGrid, which adds a lot of features such as: 1, Grid can be displayed for the Flat, 3D effects 2, in the form displayed at the bottom of the total line (which can be multi-line) 3, automatic column header to sort, can be displayed automatically sort marker 4, the date listed automatically DateTimePicker, Boolean out automatically CheckBox 5, form the first line shows the query line, automatic screening data 6, an increase Grid data Find dialog box 7, to support the Grid print, print effect is very desirable 8, Grid data can be exported to Excel, Word, Html, TXT
Platform: | Size: 2867200 | Author: 张峰 | Hits:

[Delphi VCLgifimaged7g

Description: TGIFiMAGE 2.2 支持D7等 Changed 2007.01.18 This is a version of Anders Melander s TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006. It supports animated GIF files.-D7 such TGIFiMAGE 2.2 support Changed 2007.01.18This is a version of Anders Melander s TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006.It supports animated GIF files.
Platform: | Size: 204800 | Author: nogood2 | Hits:

[Delphi VCLCnWizards_0.6.7

Description: delphi代码管理器,拥有强大的代码管理功能,自定义设置各种缩进对齐方式,使您不必花时间在代码的规范上面,这方面的工作,全部交给它来搞定.
Platform: | Size: 4381696 | Author: aisail | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net